home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / netgame2.zip / NETGAME1.DOC < prev    next >
Text File  |  1992-11-04  |  7KB  |  181 lines

  1. ╒══════════════════════════════════════════════════════════════════════════╕
  2. │ █████ ██ ████████ ████████ ████████ ████████ ████████ ████████ █████     │
  3. │ ██ ██ ██ ██          ██    ██       ██    ██ ██ ██ ██ ██       █▀ ██     │
  4. │ ██ ██ ██ ██▄▄▄▄      ██    ██  ▄▄▄▄ ██▄▄▄▄██ ██ ██ ██ ██▄▄▄▄      ██     │
  5. │ ██ ██ ██ ██▀▀▀▀      ██    ██  ▀▀██ ██▀▀▀▀██ ██    ██ ██▀▀▀▀      ██     │
  6. │ ██ ██ ██ ██          ██    ██    ██ ██    ██ ██    ██ ██          ██     │
  7. │ ██ █████ ████████    ██    ████████ ██    ██ ██    ██ ████████  ██████   │
  8. │ ══════════════════════════════════════════════════════════════════════   │
  9. │                                                                          │
  10. │                   Pc-Board V14.5a Time Gamble door                       │
  11. │                             Version 2.0                                  │
  12. │                                                                          │
  13. │                                                                          │
  14. │                         Written by Ian Gerada                            │
  15. │                   Netline Flagship BBs South Africa                      │
  16. │                  US-Robotics HST Dual Standard modem                     │
  17. │                          +27-11-789-6194/5                               │
  18. │                                                                          │
  19. │                        Voice tel +27-11-789-6192                         │
  20. │                                                                          │
  21. │                                                                          │
  22. │                                                                          │
  23. ╘══════════════════════════════════════════════════════════════════════════╛
  24.  
  25.  
  26.  
  27. Current Version : Netgame1 V2.0
  28.  
  29. Why the strange name ?
  30.  
  31. NetGame one got it's name in quite a simple fashion, this is the 
  32. first door game for Pc-Board I decided to write, hence the name 
  33.                             NETGAME1
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. What is NetGame1 ?
  41.  
  42. Netgame1 is a time gamble door for use with Pc-Board V14.5a it gives the
  43. user the chance to gain extra time on your system. The way it works is 
  44. quite simple, you decide how much time the user can win. You also decide
  45. how much time the user must pay to use this door.
  46.  
  47. Charges (Registration)
  48. This door is free:
  49.  
  50. Netgame1 will automaticaly register itself to your bbs and actualy 
  51. state that it is a registred version registred to yourself.
  52.  
  53. Files included in this zip file:
  54.  
  55.     NETGAME1 DOC.....................Netgame1 Documentation
  56.     NETGAME1 LOG.....................Sample log file for node 1
  57.     NETGAME1 BLT.....................Sample Bulletin file
  58.     NETGAME1 CFG.....................Sample CFG file for node 1
  59.     NETGAME2 LOG.....................Sample log file for node 2
  60.     NETGAME2 CFG.....................Sample CFG file for node 2
  61.     NETGAME1 EXE.....................Main EXE file
  62.     NETGAMEG.........................Ansi help file
  63.     NETGAME..........................Ascii help file
  64.     FILE_ID.DIZ......................Description file for Pc-Board
  65.     UPGRADE.DOC......................Instructions how to upgrade 
  66.                                      from version 1.x
  67.  
  68. Files not in the ZIP or that will be created by NETGAME1.EXE
  69.     
  70.     NETGAME1.SCO......................This is a random access file 
  71.                                       that netgame uses to keep 
  72.                                       track of who has played the 
  73.                                       game, if you need to start 
  74.                                       fresh scoring off just delete 
  75.                                       this file.
  76.  
  77.     NetGame.ERR.......................Error log report file, if 
  78.                                       there is an error with 
  79.                                       NetGame1, it will create this 
  80.                                       log file with the error 
  81.                                       number. (See end of document 
  82.                                       for error number explanation)
  83.  
  84.     LOGFILE.LOG.......................NetGame1 has the ability to 
  85.                                       log all activities to a log 
  86.                                       file (or append it to callers 
  87.                                       log)
  88.  
  89. How to run the door
  90.  
  91. create a file called NETGAME in your door bat file directory, it should
  92. look similar to the following
  93.  
  94. @ECHO OFF
  95. CLS
  96. CD\NETDOORS\NETGAME
  97. NETGAME1 NODE1.CFG
  98. CD\PCB
  99. BOARD
  100.  
  101. Sample cfg file given below !!
  102.  
  103.  
  104. [DO NOT HAVE THE ; STATEMENTS IN YOUR CFG FILE]
  105. THIS CFG FILE MUST BE DIFFERENT FOR EVERY NODE !!!
  106.  
  107.  
  108. D:\PCB\PCBOARD.SYS        ;Drive path and full name of Pc-Board.sys
  109. Netline Flagship BBs      ;Name of your BBs system
  110. Ian                       ;Sysop First Name
  111. Gerada                    ;Sysop last name
  112. BLT5                      ;Full path and name to Blt file to create
  113. 20                        ;Minimum time that a user can win
  114. 30                        ;Maximum time that a user can win
  115. 5                         ;Number of chances a user gets to guess the number
  116. 10                        ;How much to charge a user (min) to use the door
  117. Y                         ;In LOCAL mode only SYSOP cheat Yes or No
  118. NETGAME1.LOG              ;Full path and file name of logfile to 
  119.                           ;append to. If you do not wish to have a 
  120.                           ;log file just make this statement = NOLOG
  121.                           ;DO NOT LEAVE IT BLANK !  
  122.  
  123.  
  124. The CFG file is quite easy to setup, there are a couple of things to 
  125. bear in mind, if the user wins time on the system NetGame1 will give 
  126. back the users time spent to play the game, it will also then add 
  127. the time won to the original time the user had prior to entering the 
  128. door.
  129.  
  130.  
  131. OTHER FEATURES
  132.  
  133.        F3.........................Printer toggle
  134.        F5.........................Shell to dos
  135.        F8.........................Return caller to bbs
  136.        F10........................Sysop Chat
  137.        ESC........................End sysop chat
  138.        ALT-X......................Drop to dos after caller logs off
  139.        ALT-N......................Sysop next on flag
  140.  
  141.  
  142.  
  143. Thats it, all you have left to do now is setup Pcboard to include NetGame
  144. as one of your doors..
  145.                                    DISCLAIMER
  146.  
  147.          This program is provided "as is" with no warranties
  148.          whatsoever, either expressed or implied, including without
  149.          limitation, warranties of merchantability or fitness for a
  150.          particular purpose.  The entire risk as to the quality and
  151.          performance of the program is with you.  Should this program
  152.          be defective, you assume the entire cost of all necessary
  153.          servicing, repair or correction.
  154.  
  155.  
  156. This door is FREEWARE I charge no money for it, however if you wish 
  157. to drop me a line regarding the door, feel free to contact me on any 
  158. of the following numbers:
  159.  
  160. Netline Flagship BBs
  161. +27-11-789-6194/5 (HST DUAL STANDARD)
  162. FAX
  163. +27+11-789-6081
  164. Voice
  165. +27-11-789-6192
  166. MHS
  167. mhshubname FCSJHB
  168. username   IGERADA
  169. Tel        +27-11-789-6082
  170.  
  171. Netline is also part of ■ILINK■
  172.  
  173.                             ■Netline Flagship BBs■
  174.          ■Official home for Pc-Board and Sparkware in South Africa■
  175.  
  176. Kind Regards
  177.  
  178.  
  179. Ian Gerada
  180. Sysop
  181.